Return to doc.sitecore.com

Valid for Sitecore 5.3.1
15.  Password
Prev Next

The password field contains the password in the text format. You can display it with XslHelper.fld function - sc:fld (probably you would not normally need to display someone’s password though):

<xsl:value-of select="sc:fld('Password', .)"/>


If you need to verify or compare the password value, we recommend using C# code for the purpose.


Prev Next